Welcome![Sign In][Sign Up]
Location:
Search - canny c

Search list

[Special Effectsmain

Description: 自己写的C++图像处理代码,实现了灰度值转换,二值化,canny边缘检测,Hough运算,投影法进行字符分割。-Write your own C++ image processing code, to achieve a gray value conversion, binary, canny edge detection, Hough computing, projection method for character segmentation.
Platform: | Size: 11264 | Author: huangyu | Hits:

[Windows DevelopCVMFC

Description: C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理   使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny 边缘检测。三、用 DirectShow 编制的视频采集程序   采用 DirectShow 实现视频采集,其优点是支持高分辨率图像采集,最高分辨率由所用的摄像头决定,如罗技130万像素USB摄像头C300最高分辨率可达1280*1024,在MPEG模式下采集速度为每秒15郑使用时CPU 的时间占用率在15~30 之间-C++ MFC OpenCV and MFC examples, including the interface program+ various image processing operations, demonstrates how to use OpenCV in the MFC, consists of three parts. First, the procedural framework under Windows with MFC prepared using the device-independent bitmap DIB achieve the Windows Multiple Document mode image display, to achieve critical function prototype StretchDIBits display Second, the call processing functions for OpenCV Image processing functions using OpenCV in the MFC environment shows that achieve functional as image smoothing, image reduction and Canny edge detection. Third, using DirectShow video capture program preparation Using DirectShow video capture, the advantage is to support high-resolution image capture, the maximum resolution is determined by the use of the camera, such as a 1.3 megapixel Logitech C300 USB camera resolution up to 1280* 1024, in the collection rate for each MPEG mode Zheng 15 seconds time when the CPU occupancy rate is between 15 t
Platform: | Size: 5444608 | Author: apudn58 | Hits:

[OpenCVcvcanny

Description: canny算子的轮廓提取,c语言程序,可直接运行-canny operator contour extraction, c language program can be run directly
Platform: | Size: 1111040 | Author: 魏青铜 | Hits:

[DocumentsEdgeDetection

Description: 基于hough变换的边缘检测(下面是采用 CANNY 算子进行图像边缘检测的 C/C++ 源代码,在OPENCV BETA 4.0, VC6.0 环境下编译通过-Hough transform based on edge detection (Here is using CANNY operator image edge detection C/C++ source code, under OPENCV BETA 4.0, VC6.0 environment compiler
Platform: | Size: 1024 | Author: 很多个 | Hits:

[OpenCVAvi-file-edge-detection-

Description: 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
Platform: | Size: 6051840 | Author: Yuan Li | Hits:

[CSharpEdgeDetect

Description: C#写的一个边缘提取的程序,以界面形式选择图片,包含了sobel算子、Laplace算子、canny算子三种检测算法可选。-C# to write an edge extraction process to select the interface in the form of pictures, including the sobel operator, Laplace operator, canny operator selectable three detection algorithms.
Platform: | Size: 463872 | Author: 紫烟 | Hits:

[Special Effectsfast-edge

Description: canny算法 纯c语言实现 无需其他非标准c链接库 -canny algorithm pure c language without other non-standard c-link library
Platform: | Size: 10240 | Author: chenting | Hits:

[Special EffectscannyCudaTest

Description: C語言的CANNY邊緣演算法(EDGE algorithm)-CANNY EDGE algorithm
Platform: | Size: 1514496 | Author: wong you | Hits:

[OpenCVroad

Description: 道路线提取,opencv,C++,hough变换,Canny算子-Road line extraction, opencv, C++, hough transform, Canny operator
Platform: | Size: 8419328 | Author: 朱雪虹 | Hits:

[Special EffectsImage-segmentation

Description: C++灰度图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、canny算子。VC6.0运行无误-Parallel border C++ gray image segmentation, serial boundary segmentation, region segmentation parallel, serial region segmentation, canny operator. VC6.0 runs without errors
Platform: | Size: 91136 | Author: wlz | Hits:

[Algorithmcanny_edge

Description: Canny edge algorithm programming by c++
Platform: | Size: 1140736 | Author: kjh | Hits:

[OpenCVlena

Description: canny边缘提取算子,有用C++和opencv-canny edge detection operator useful C++ and opencv
Platform: | Size: 20680704 | Author: someone | Hits:

[2D Graphictestcanny

Description: Canny算子的分步骤实现,基于C语言,一共6部分,学习图像处理参考-Canny operator steps to achieve, based on the C language, a total of 6 parts, the study of image processing reference
Platform: | Size: 8869888 | Author: 滔滔 | Hits:

[OpenCVCann

Description: 用C++ 和opencv 实现canny算子的图像边缘检测,效果还不错!-detecting occlusion boundary of images based on Opencv and C++
Platform: | Size: 3640320 | Author: 何琦 | Hits:

[Special EffectsEdge-Detection_canny-_perfect

Description: Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. The algorithm itself is completely using C language, easy to transplant and modify. Their coding, the results can be compared with the OpenCV or canny Matlab effect is comparable.
Platform: | Size: 2894848 | Author: arthur | Hits:

[Special Effectsedge1

Description: 本代码借用C#程序实现了几种常见的边缘检测方法,包括模板算子法、高斯算子、Canny算子、灰度形态学、小波变换、金字塔等算法-The code borrowed C# program implements several common edge detection methods, including template operator method, Gaussian operator, Canny operator, grayscale morphology, wavelet transform, pyramid algorithms
Platform: | Size: 148480 | Author: 刘金龙 | Hits:

[Windows DevelopCannyCPU

Description: 图像边缘特征提取Canny算法的完整C语言程序。但运行之前要配置OpenCV,配置方法很简单,网上有,-Image edge feature extraction Canny algorithm integrity of the C language program. But before running to configure OpenCV, configuration method is very simple, online, thank you
Platform: | Size: 15360 | Author: anbao | Hits:

[OpenCVAdaptiveCanny

Description: 这是VS2013上Opencv3.0的C++的一段能够使得canny算子自适应上下限阈值的源码-This is VS2013 Opencv3.0 on c++ a can make the canny operator adaptive upper and lower threshold of the source code
Platform: | Size: 15982592 | Author: 刘涛 | Hits:

[OS program38619213

Description: 其功能是实现对图象用Canny算子提取图象边缘,其中包含原始结果以及C代码,-Its function is to realize the image Canny operator was used to extract image edges, which contains the original results and C code,
Platform: | Size: 125952 | Author: qDDIrdx | Hits:

[OpenGL program0630737

Description: 一步步 馊绾卧赩C中调用matlab图像处理工具箱来进行canny边缘提取-Step by step how to call in the VC image processing toolbox of matlab to canny edge detection
Platform: | Size: 191488 | Author: gecpsfoy | Hits:
« 1 2 ... 5 6 7 8 9 1011 »

CodeBus www.codebus.net